xen.git
2006-02-21 kaf24@firebug... Fix SVM instruction decode, fixing problem with gfxboot...
2006-02-21 kaf24@firebug... Fix 64b build breakage.
2006-02-21 kaf24@firebug... inst_len in HVM mmio handler must be a signed variable, as
2006-02-21 kaf24@firebug... Define constants for XENVER char array sizes. Allows...
2006-02-21 kaf24@firebug... Cleanups to tools since HVM domain P2M table and 1...
2006-02-21 kaf24@firebug... Fix cleanup path if an HVM guest fails very early,...
2006-02-21 kaf24@firebug... No need for save_segments() on HVM 64b guest.
2006-02-21 kaf24@firebug... Add PAE option to HVM config file.
2006-02-21 cl349@firebug... tpm: Fixes and cleanup
2006-02-21 cl349@firebug... Update ia64 sparse tree to Linux 2.6.16-rc4.
2006-02-21 cl349@firebug... Update to Linux 2.6.16-rc4.
2006-02-20 cl349@firebug... linux-i386: Fix CONFIG_X86_NO_TSS and CONFIG_X86_SYSENTER.
2006-02-20 cl349@firebug... linux-i386: Cleanup stack pointer initialization at...
2006-02-20 cl349@firebug... Suppress VIDEO_SELECT config option.
2006-02-20 cl349@firebug... Add drivers/video/Kconfig to sparse tree.
2006-02-20 cl349@firebug... Fix I/O port address for first floppy controller on...
2006-02-20 cl349@firebug... Fix read_cr3() and use it.
2006-02-20 cl349@firebug... Eliminate x86_64 idt_table.
2006-02-20 cl349@firebug... Eliminate i386 idt_table.
2006-02-20 cl349@firebug... Add arch/i386/Kconfig.cpu to sparse tree.
2006-02-20 vhanquez@kneesa... do not BUG() if memory cannot be allocated, just wait.
2006-02-20 vhanquez@kneesa... alloc_netdev must be freed with free_netdev, not direct...
2006-02-20 cl349@firebug... Simplify utoa macro, make it identical with x86_64...
2006-02-20 cl349@firebug... Eliminate hard coded items from x86_64 __xen_guest...
2006-02-20 cl349@firebug... Eliminate hard coded items from i386 __xen_guest section
2006-02-20 cl349@firebug... Fix loading binary kernel images.
2006-02-20 cl349@firebug... Eliminate tss - tss is meaningless in a paravirtualized...
2006-02-20 cl349@firebug... Add arch/x86_64/kernel/{asm-offsets,init_task}.c to...
2006-02-20 cl349@firebug... Eliminate tss - tss is meaningless in a paravirtualized...
2006-02-20 cl349@firebug... Add arch/i386/kernel/{asm-offsets.c,sysenter.c,vm86...
2006-02-20 vhanquez@kneesa... missing "is not set" string in one config option.
2006-02-20 vhanquez@kneesa... Set default HZ to 100.
2006-02-20 cl349@firebug... Allow CPU frequency option on x86_64 for privileged...
2006-02-20 cl349@firebug... Don't define ARCH_APICTIMER_STOPS_ON_C3.
2006-02-20 cl349@firebug... Add include/asm-{i386,x86_64}/apic.h to sparse tree.
2006-02-19 kaf24@firebug... Fix get_mfn_from_gpfn_foreign for HVM guests.
2006-02-18 kaf24@firebug... Missing file from previous changeset.
2006-02-18 kaf24@firebug... Enable x86_32 PAE unmodified guests on 64-bit Xen when...
2006-02-18 kaf24@firebug... Include an extra header file in xenbus.h. Fixes ia64...
2006-02-18 kaf24@firebug... Fix debug build.
2006-02-18 kaf24@firebug... Svm patch to remove unneeded update_pagetables().
2006-02-18 kaf24@firebug... Svm patch to fix asid logic on multicore.
2006-02-18 kaf24@firebug... Svm patch to cleanup the injection logic and consolidat...
2006-02-17 emellor@leeni... Attached patch updates the xm man page for the listing of
2006-02-17 kaf24@firebug... Remove obsolete ccache patch from xm-test buildroot.
2006-02-17 kaf24@firebug... Fix buildroot problems and bring the buildroot image up
2006-02-17 kaf24@firebug... Disable C1 clock ramping on AMD 8th gen CPUs.
2006-02-17 emellor@leeni... This patch displays the network-list/block-list/vtpm...
2006-02-17 kaf24@firebug... Fix 64b build.
2006-02-17 kaf24@firebug... Fix HVM MSR save/restore.
2006-02-17 cl349@firebug... Fix Read/Write CR3 emulation.
2006-02-17 kaf24@firebug... Fix a VMX FPU bug introduced in changeset 8834.
2006-02-16 cl349@firebug... Update the ia64 linux-2.6-xen-sparse tree to 2.6.16...
2006-02-16 kaf24@firebug... Update defconfigs for PCI front/back driver config...
2006-02-16 kaf24@firebug... Update documentation to describe new PCI front/back...
2006-02-16 kaf24@firebug... Tools changes for PCI front/back drivers.
2006-02-16 kaf24@firebug... PCI backend and frontend drivers for i386 and x86_64.
2006-02-16 kaf24@firebug... Provide a simpler, higher-level interface for mapping...
2006-02-16 kaf24@firebug... Fix bugs related to the virtual TPM. Also make the...
2006-02-16 kaf24@firebug... Fix a dead download url for ccache when building the...
2006-02-16 kaf24@firebug... VTPM Tools: Fix threading bug in vtpm_manager while...
2006-02-16 kaf24@firebug... Fix Xen builds with perfc=y and perfc_arrays=y.
2006-02-16 kaf24@firebug... Sync Xen's mpspec.h with Linux 2.6.16-rc2 codebase.
2006-02-16 kaf24@firebug... Re-enable VGA acceleration under the new phys_to_machin...
2006-02-16 kaf24@firebug... New memory_op subcall XENMEM_translate_gpfn_list.
2006-02-16 kaf24@firebug... Upgrade mpparse.c to linux-2.6.16-rc2 codebase.
2006-02-16 vhanquez@kneesa... When xc_linux_build fails without a meaninful errno...
2006-02-16 kaf24@firebug... Fix problems with direct-mapping handling especially...
2006-02-16 kaf24@firebug... Add back code to zero the 'saved eflags' value on vmx...
2006-02-16 kaf24@firebug... Clean up swiotlb_init() decls.
2006-02-16 kaf24@firebug... Upgrade smpboot.c to linux-2.6.16-rc2 codebase.
2006-02-16 vhanquez@kneesa... Fix Makefile problem when "gcc -v" includes a '/'
2006-02-16 cl349@firebug... Fix upgrade omissions.
2006-02-16 cl349@firebug... Check for the entire kernel range for temporarily clear...
2006-02-16 cl349@firebug... Fix prototype mismatch.
2006-02-15 cl349@firebug... Update to Linux 2.6.16-rc3.
2006-02-15 kaf24@firebug... Clean up grant-table code and replace uses of get_user
2006-02-15 cl349@firebug... Cleanup x86/x86_64 apic.c files.
2006-02-15 kaf24@firebug... Fix x86/64 build for gcc-4.1-pre.
2006-02-15 kaf24@firebug... Fix non-x86 build.
2006-02-15 cl349@firebug... Set feature flags for shadow translate mode guests.
2006-02-15 cl349@firebug... Fix building the p2m table for shadow translate mode...
2006-02-14 kaf24@firebug... Fix to previous changeset: CLTS must be unconditional in
2006-02-14 kaf24@firebug... More fixes to HVM FPU management. Mostly for SVM, but...
2006-02-14 kaf24@firebug... Clean up save_init_fpu().
2006-02-14 kaf24@firebug... Fix gcc4 build.
2006-02-14 kaf24@firebug... Clarify lazy FPU management in VMX domains.
2006-02-14 kaf24@firebug... Fix segment-register dumping in show_registers().
2006-02-14 kaf24@firebug... More upgrades of Xen code to linux-2.6.16-rc2.
2006-02-14 kaf24@firebug... Upgrade arch/x86/cpu/* files to their equivalents in
2006-02-13 kaf24@firebug... Return real error code from Xen /dev/mem, not EAGAIN.
2006-02-13 kaf24@firebug... Update defconfigs.
2006-02-13 kaf24@firebug... Fix HVM event handling some more.
2006-02-13 kaf24@firebug... Update x86_32 defconfigs for ISA_DMA_API config change.
2006-02-13 kaf24@firebug... Configure ISA_DMA drivers on xen/i386. Otherwise drivers
2006-02-13 kaf24@firebug... Absolutely must not return to HVM guest context until
2006-02-13 kaf24@firebug... Fix error exit path in __gnttab_map_grant_ref() to
2006-02-13 kaf24@firebug... Clean up vmxassist/setup.c. It is no longer necessary to
2006-02-11 kaf24@firebug... Rework hvm_wait_io() -- now tries to be a polite user of
2006-02-10 smh22@firebug... Reset sp on vcpu_prepare; this avoids 'leaking' stack...
next